var sync/atomic.firstStoreInProgress
8 uses
sync/atomic (current package)
value.go#L31: if typ == nil || typ == unsafe.Pointer(&firstStoreInProgress) {
value.go#L42: var firstStoreInProgress byte
value.go#L60: if !CompareAndSwapPointer(&vp.typ, nil, unsafe.Pointer(&firstStoreInProgress)) {
value.go#L70: if typ == unsafe.Pointer(&firstStoreInProgress) {
value.go#L103: if !CompareAndSwapPointer(&vp.typ, nil, unsafe.Pointer(&firstStoreInProgress)) {
value.go#L113: if typ == unsafe.Pointer(&firstStoreInProgress) {
value.go#L154: if !CompareAndSwapPointer(&vp.typ, nil, unsafe.Pointer(&firstStoreInProgress)) {
value.go#L164: if typ == unsafe.Pointer(&firstStoreInProgress) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |